Added :require 'keypad to defcustoms.
authorKim F. Storm <storm@cua.dk>
Mon, 24 Jun 2002 08:29:49 +0000 (08:29 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 24 Jun 2002 08:29:49 +0000 (08:29 +0000)
lisp/emulation/keypad.el

index 7a9b4fc8362f8c9c64615b75eb10d63244cf12db..f9b73f4f1d7ec2518c0d5ab0fe6683d1d933f3cc 100644 (file)
@@ -118,6 +118,7 @@ decimal key must be specified."
                 (const :tag "Shifted cursor keys" S-cursor)
                 (const :tag "Remove bindings" none)
                 (other :tag "Keep existing bindings" nil))
+  :require 'keypad
   :group 'keyboard)
 
 ;;;###autoload
@@ -140,6 +141,7 @@ decimal key must be specified."
                 (const :tag "Shifted cursor keys" S-cursor)
                 (const :tag "Remove bindings" none)
                 (other :tag "Keep existing bindings" nil))
+  :require 'keypad
   :group 'keyboard)
 
 ;;;###autoload
@@ -162,6 +164,7 @@ decimal key must be specified."
                 (const :tag "Shifted cursor keys" S-cursor)
                 (const :tag "Remove bindings" none)
                 (other :tag "Keep existing bindings" nil))
+  :require 'keypad
   :group 'keyboard)
 
 ;;;###autoload
@@ -184,6 +187,7 @@ decimal key must be specified."
                 (const :tag "Shifted cursor keys" S-cursor)
                 (const :tag "Remove bindings" none)
                 (other :tag "Keep existing bindings" nil))
+  :require 'keypad
   :group 'keyboard)